home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / swblocks / readme.txt < prev    next >
Encoding:
Text File  |  1999-02-19  |  1.5 KB  |  31 lines

  1. SWBLOCKS INFORMATION
  2. ======================
  3.  
  4. The SWBLocks package includes:
  5.  
  6. SWBLocks.dll    The SWBLocks DLL to be used by your VB projects.
  7. SWBLock.Hlp    A quick reference guide to using SWBLogicalLocks
  8. Locktest.vbp    A sample application that demonstrates the usage of SWBLogLocks
  9.  
  10. SWBLocks was built with Visual Basic 6 (SP1).  It assumes your application is already
  11. installing the MS Jet Engine for use with an Access database.  SWBLocks was tested
  12. with Jet version 3.5, and Access 97, and is warranted only to work with these versions.
  13.  
  14. Note: You should NOT attempt to evaluate the lock engine by running two instances of
  15. the test application on the same station.  The lock engine determines a lock's owner
  16. based on the Window's station name (shown as Owner in the lock list in the test app).  
  17. Since both instances of the test application will truly belong to the same owner,
  18. starting a second instance of the application on the same station causes any existing
  19. locks for that owner to be cleared from the lock table.  The lock engine does not 
  20. differentiate locks held by each process, but by each workstation name.  It is highly
  21. recommended that you only evaluate the engine by running the test application on
  22. two workstations, each with a unique workstation name.
  23.  
  24. =====================================================================================
  25.  
  26. Reports of bugs or suggestions of features can be forwarded to:
  27.  
  28. support@softwarewithbrains.com
  29. http://www.softwarewithbrains.com
  30.  
  31.